home *** CD-ROM | disk | FTP | other *** search
- (* SPELLDEF.PAS - Copyright (c) 1995-1996, Eminent Domain Software *)
-
- (* Defines for EDSSpell.PAS and AbsBuff.PAS *)
-
- {$DEFINE Shareware} {-add period to enable commercial version}
- (* You must have purchased the commercial version to enable this, *)
- (* otherwise you will not have the appropriate files necessary and *)
- (* component will not compile. *)
-
- {.$DEFINE SupportOrpheus} {-remove period to enable support for TurboPower's Orpheus}
-
- {.$DEFINE SupportTXText} {-remove period to enable support for TXTextControl}
-
- {.$DEFINE SupportWPTools} {-remove period to enable support for WPTools shareware component}
-
- {$IFDEF Shareware}
- {$IFDEF SupportOrpheus}
- Cannot enable Orpheus support in Shareware version!
- {$ENDIF}
- {$IFDEF SupportTXText}
- Cannot enable TX Text-Control support in Shareware version!
- {$ENDIF}
- {$IFDEF SupportWPTools}
- Cannot enable WPTools support in Shareware version!
- {$ENDIF}
- {$ENDIF}
-